home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 004a / learnjap.zip / TIPS.TXT < prev    next >
Text File  |  1990-11-21  |  5KB  |  98 lines

  1.  
  2.                              Good Advice! 
  3.             
  4.              -  Make  copies of your diskettes! 
  5.  
  6.              -  Read your DOS and BASIC manuals
  7.  
  8.              -  If you do not have manuals buy or borrow them 
  9.  
  10.              -  We suggest that you purchase Tutorial / Help disks
  11.  
  12.    *  Computers are very exacting 
  13.  
  14.    *  Reference books can be helpful; There are many available at bookstores or
  15.              libraries  
  16.  
  17.    *  Book study can save you hours of frustration, confusion and embarassment 
  18.  
  19.    *  Especially read up on DIR, TYPE, COPY, DISKCOPY, and 'How to load BASIC
  20.              programs'       
  21.  
  22.                         *   FOR THE NEW USER *
  23.  
  24. 1.   LOADING  THE DISKETTE:  After booting up with DOS,  put the
  25.              diskette  in  drive  A
  26.  
  27. 2.  DIRECTORY LISTING:  At the A>prompt type DIR/W and press enter.  DIR/W  will 
  28.              provide you with  a  listing  of the  files  on  the  diskette.
  29.  
  30. 3.  INFORMATION HELP FILES: Look for Help.doc, Read.me,  Execute.txt or any file 
  31.              with an .txt  or  .doc  extension(e.g.   manual.txt or readme.doc). 
  32.              These files will provide information on how to run the programs.
  33.  
  34. 4. VIEWING THE DOCUMENTATION:  To read the .txt,.doc,  or read.me files you have 
  35.              chosen,  enter:  TYPE <filename>.txt at  the  DOS prompt. (e.g.TYPE 
  36.              manual.txt). The text will start scolling on the  screen for you to 
  37.              read. TO STOP THE SCOLLING: Hit the 'Ctrl' and 's' keys at the same 
  38.              time.   To begin  scolling  again,  hit any key.
  39.  
  40. 5.  TO PRINT A DOCUMENTATION FILE: Hit the 'ctrl' and 'p' keys at the same time. 
  41.              Enter 'Type <filename>.ext'.  At the completion of the printing     
  42.              hit 'ctrl and 'p' keys again to disengage the printer 
  43.               
  44.                         STARTING THE PROGRAMS               
  45.  
  46.       ***  If there are documentation or text files on your diskettes *** 
  47.                         we suggest that you read them, 
  48.       ***        you will save yourself much time and effort          *** 
  49.  
  50. 1.   EXECUTABLE FILES have an .com or .exe extension.  They can be run from the
  51.              DOS  prompt  by entering the filename (e.g.,  run  Startrek.exe  or 
  52.              Startrek.com by entering: Startrek)  
  53.  
  54. 2. BATCH FILES have a .bat extension and can be run from the DOS prompt the same 
  55.              way that you run an executable program.  
  56.  
  57. 3.  BASIC FILES have a .bas extension. They are written in the BASIC programming 
  58.              language. You need the BASIC  interpreter to run the program files. 
  59.              The interpreter  usually comes with you DOS.(BASIC is also known as 
  60.              BASICA  or GWBASIC)  BASIC is commercial software.  FREEWARE
  61.              UNLIMITED does not sell  commercial software.  Please  see  your
  62.              computer software dealer.
  63.  
  64. 4.TO RUN BASIC PROGRAMS:To run PAC-MAN.bas, first boot up with DOS then on a....        
  65.  
  66.       * Hard disk system:  a. insert the PAC-MAN diskette into drive A 
  67.                            b. enter BASICA PAC-MAN, or GWBASIC PAC-MAN at the DOS
  68.                               prompt if you defined your PATH to BASIC or 
  69.                               GWBASIC 
  70.                            c. OR  at bootup time, locate GWBASIC or BASIC  on 
  71.                               your hard-drive 
  72.                             - then, from the directory that contains BASIC 
  73.                               or GWBASIC enter 'A:' at the prompt with the 
  74.                               basic program diskette in drive A 
  75.                             - then at the A prompt enter 'C:GWBASIC <filename>  
  76.       * Floppy disk drive system: a.insert your BASICA or GWBASICA into drive A
  77.                                   b.enter BASICA or  GWBASIC at the A prompt 
  78.                                   c.remove the BASICA disk and insert the PAC-MAN
  79.                                     disk                                  
  80.                                   d.at the OK prompt hit the F3  key (load"),
  81.                                   e.enter PAC-MAN(load"PAC-MAN)   
  82.                                   f.hit F2  to run the program
  83.  
  84.        *  Another alternative would be to copy the GWBASIC.exe or BASICA.exe
  85.           to the game or program diskette and enter GWBASIC <FILENAME>
  86.           or BASICA <FILENAME> at the DOS prompt.
  87.  
  88. 5. ARCHIVED FILES have been compressed for storage purposes, and can not be
  89.         executed in compressed format. These files 
  90.         have an extension of ARC, LBR, ZOO, or an extension with a Q in the 
  91.         middle(PCCHESS.EQE)          
  92.  
  93.      a. For information on how to uncompress enter the unarchiving utility name
  94.         (e.g.XARC, PKXARC, OR PKARC) or read XARC.DOC, PKXARC.DOC, PKARC.DOC, or 
  95.         any other documentation on the diskette.  
  96. *** Print this file,enter: COPY TIPS.TXT PRN at the DOS prompt ****e
  97. 
  98.